const runtime.boundsConvert

3 uses

	runtime (current package)
		error.go#L138: 	boundsConvert // (*[x]T)(s), 0 <= x <= len(s) failed
		error.go#L154: 	boundsConvert:    "cannot convert slice with length %y to array or pointer to array with length %x",
		panic.go#L204: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsConvert})